GetObject<T>(String) Method
Deserialize object from memory stream and remove the memory stream in the first time to save memory.
public GetObject<>(
string
)
where T: class
'Declaration
Public Overloads Function GetObject(Of As Class)( _
ByVal As String _
) As
'Usage
Dim instance As ObjectsDeserializer
Dim filename As String
Dim value As
value = instance.GetObject(Of T)(filename)
Parameters
- filename
Type Parameters
- T